POST api/[Delivery_Registro_NuevoController]/Find
Request Information
URI Parameters
None.
Body Parameters
RequestRN| Name | Description | Type | Additional information |
|---|---|---|---|
| nombre | string |
None. |
|
| apellido | string |
None. |
|
| correo | string |
None. |
|
| telefono | string |
None. |
|
| fecha_nacimineto | string |
None. |
|
| contraseña | string |
None. |
|
| id_perfil | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"nombre": "sample string 1",
"apellido": "sample string 2",
"correo": "sample string 3",
"telefono": "sample string 4",
"fecha_nacimineto": "sample string 5",
"contraseña": "sample string 6",
"id_perfil": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponseNewRegistro| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ResponseNewRegistro |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.